From 97adcf4b651dc48a99e96a9fd1efdfbd1dcc6460 Mon Sep 17 00:00:00 2001 From: robertlipe Date: Mon, 23 Mar 2015 17:13:04 +0000 Subject: [PATCH] Allow any POSIX shell in testo. --- gpsbabel/testo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/testo b/gpsbabel/testo index 0060aafb1..14cea248c 100755 --- a/gpsbabel/testo +++ b/gpsbabel/testo @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env sh GPSBABEL_FREEZE_TIME=y export GPSBABEL_FREEZE_TIME -- 2.30.2